@RT(Lets not waste a single moment!,Lets stop wasting time,Lets begin!) #DT
@RT(I have a little game for us to enjoy,I have a quick game) #GNMGrin #DT
Its called "Quick Thinking" #DT
I'll show you a picture #DT
You have to answer wether its a camisole, bodysuit, bustier or a chemise #DT
But you have to do so within 4 seconds! #GNMGrin #DT @SetVar[LClass6]=[0] @ChangeVar[LClass6]=[LClass6]+[#Random(3,5)]
As soon as you see the image the timer starts #DT
(Choose)
@RT(Hmmm..,Let see..,What to choose..,What to pick..,Hehe..) #DT @Goto(1,2,3,4)
(1)
@NullResponse @ShowImage[\GNMImages\Academy\Lingerie\Chemise\*.*] @Timeout(4,Wrong)
[chemise]Correct! #DT @ChangeVar[AcademyScore]=[AcademyScore]+[10]
@AcceptAnswer Wrong! #DT @ChangeVar[AcademyScore]=[AcademyScore]-[10]
@NullResponse @If[LClass6]<=[0]Then(Checks) @ChangeVar[LClass6]=[LClass6]-[1] @Goto(Choose)
(2)
@NullResponse @ShowImage[\GNMImages\Academy\Lingerie\Camisole\*.*] @Timeout(4,Wrong)
[camisole]Correct! #DT @ChangeVar[AcademyScore]=[AcademyScore]+[10]
@AcceptAnswer Wrong! #DT @ChangeVar[AcademyScore]=[AcademyScore]-[10]
@NullResponse @If[LClass6]<=[0]Then(Checks) @ChangeVar[LClass6]=[LClass6]-[1] @Goto(Choose)
(3)
@NullResponse @ShowImage[\GNMImages\Academy\Lingerie\Bodysuit\*.*] @Timeout(4,Wrong)
[bodysuit]Correct! #DT @ChangeVar[AcademyScore]=[AcademyScore]+[10]
@AcceptAnswer Wrong! #DT @ChangeVar[AcademyScore]=[AcademyScore]-[10]
@NullResponse @If[LClass6]<=[0]Then(Checks) @ChangeVar[LClass6]=[LClass6]-[1] @Goto(Choose)
(4)
@NullResponse @ShowImage[\GNMImages\Academy\Lingerie\Bustier\*.*] @Timeout(4,Wrong)
[bustier]Correct! #DT @ChangeVar[AcademyScore]=[AcademyScore]+[10]
@AcceptAnswer Wrong! #DT @ChangeVar[AcademyScore]=[AcademyScore]-[10]
@NullResponse @If[LClass6]<=[0]Then(Checks) @ChangeVar[LClass6]=[LClass6]-[1] @Goto(Choose)
(Wrong)
Time's up.. #DT @ChangeVar[AcademyScore]=[AcademyScore]-[10]
@NullResponse @If[LClass6]<=[0]Then(Checks) @ChangeVar[LClass6]=[LClass6]-[1] @Goto(Choose)
(Checks)
@End